ul,ol{list-style:none;}
/*页脚footer*/
.footer{

    float: left;
    width: 100%;
    font-size:14px;
    overflow: hidden;
    background-color: #f0f0f0;
}
.foot_link {
    margin-bottom: 20px;
    text-align: center;
    background-color: #a72122;

}
.foot_link ul li {
    display: inline-block;
    margin: 20px;
    position: relative;
    text-align: center;
}
.foot_link ul li h6 {
    border:1px solid #fff;
    line-height: 30px;
    width:228px;
    font-size: 14px;
    transition: all .2s;
    cursor: default;
    color:#fff;
}
.foot_link ul li.show h6 {
    background-color: #c00;
    color:#fff;
}
.foot_link ul li.show span {
    width: 210px;
    display: block;
    position: absolute;
    top:32px;
    background-color: #fff;
    padding:0 10px;
    height: 108px;
    overflow: auto;
}
.foot_link ul li.hide span {
    display: none;
}
.foot_link ul li.show span a {
    line-height: 36px;
    display: block;
}
.foot_other {
    text-align: center;
    margin-bottom: 20px;

}
.foot_other .icon_pic {
    display: inline-block;
    vertical-align:middle;
}
.foot_other .p1 {
    width: 80px;
    height: 80px;
}
.foot_other .p2 {
    width: 110px;
    height: 55px;
}
.foot_other .infor {
    display: inline-block;
    margin:0 40px 0 30px;
    vertical-align:middle;

}
.foot_other .infor ul li {
    line-height: 20px;
    color: #333;

}
.foot_other .infor ul li a,.foot_other .infor ul li span {
    color:#333;
    margin:0 15px;
}
.wzpic{display: flex;
    align-items: center;
    justify-content: center;
    float: left;}
.wzpic img{max-height:80px;}
.fcontent{width:1200px;margin: auto;
    overflow: hidden;}
#_span_jiucuo img{padding-right: 15px;}
@media screen and (max-width: 640px) and (min-width: 0px){
.fcontent {
    width: 6.4rem;}
.footer {

    width: 6.4rem;
    font-size: .24rem;}
.foot_link {   
    display: none;
}
.foot_other {
      margin-bottom: 0.2rem;
}
.foot_other .p1 {
    width: 0.8rem;
    height: 0.8rem;
}
.foot_other .infor {
     margin: 0 0.1rem 0 0.1rem;}
.foot_other .infor ul li {
    line-height: .4rem;
}
.foot_other .infor ul li a, .foot_other .infor ul li span {

    margin: 0 0.05rem ;
    font-size: .24rem;
}
.infor ul li span{width: 100%;
    display: inline-block;}
#ds{display:none;}
.bs img,.p1 img{height: 0.8rem;
    width: auto;}
}